MessageResponseBccRecipients Property |
Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Mailbox> BccRecipients { get; }Public ReadOnly Property BccRecipients As IList(Of Mailbox)
Get
Property Value
Type:
IListMailbox
See Also